home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / interval.lha / interval / README < prev    next >
Text File  |  1989-10-31  |  498b  |  11 lines

  1.     This is a simple implementation of an interval
  2. arithmetic package I wrote while trying to learn C++.
  3. The accuracy is dubious (since proper attention has not
  4. been paid to rounding) and there is no attempt to recover
  5. from errors.  The result is not too robust, but fun, useful
  6. and (in my case), instructive.
  7.     Be sure to modify the makefile to use your c++ compiler.
  8. You may also need to change the pathnames of include files
  9. (e.g., <CC/stdio.h>) in interval.c and Tinterval.c for your
  10. system.
  11.